Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
2k views

How much memory of Memcache is available to a Google App Engine account?

Google App Engine has some information about Memcache limits: http://code.google.com/appengine/docs/quotas.html#Memcache ...
7
votes
3answers
547 views

How to use Java on Google App Engine without exceeding minute quotas?

A very simple java code inside a doGet() servlet is getting more than a second of cpu time on GAE. I have read some quota related documentation and apparently I am not doing anything wrong. ...
5
votes
3answers
135 views

Using Workflow to implement a quota

Need guidance on best practice for implementing a simple quota system I'd like to limit the number of times a Member can add a custom content type (called Token) to their Member Folder (I've also ...
5
votes
1answer
250 views

How to change App Engine's Over Quota page?

Is there anyway to do this? Can I customize the AppEngine's "Over Quota" page? How? Thanks BTW. P.S. I mostly build python webapps, never used GAE Java
3
votes
1answer
100 views

Plans and pricing generic app?

I'm in need of adding a plans and pricing schema to my website to charge a user for the use of certain feature. In this case, the User adds Notices to Points. A User should not be able to add more ...
3
votes
2answers
553 views

1MB quota limit for a blobstore object in Google App Engine?

I'm using App Engine (version 1.4.3) direct write the blobstore in order to save images. when I try to store an image which is larger than 1MB I get the following Exception ...
3
votes
2answers
129 views

Using namespaces API for testing could affect performance and reliability of my Google App Engine application?

As asked here, I'm looking for a clean solution to setup a staging environment for my Google App Engine application. Reading the new spec of Namespaces API, Google suggest that a possible use of this ...
3
votes
3answers
211 views

Receive Email address count limit in app engine

My mail is regarding the option for receiving email to any address which looks like - xxx@appid.appspotmail.com documented here: http://code.google.com/appengine/docs/python/mail/receivingmail.html ...
3
votes
1answer
418 views

return User Quota with PHP from Linux OS

I need to find out quota details for the current user, I`ve tried exec("quota 'username'", $retParam) and also system() but nothing is returned. Any ideas ? Thank you.
3
votes
3answers
341 views

git gc on machine with quota

Simple question, I'm trying to run git gc on a machine with a quota. Pre-gc, I'm at about 18GB of usage, almost all of which is my cloned git repository. My disk limit is 25GB. During the git gc ...
2
votes
0answers
33 views

Appengine LogService has an undocumented quota - up to 1000000 reads per day, know a way to workaround?

Appengine LogService has an undocumented quota: You can make up to a 1,000,000 reads from it per day, and then you'll receive the following error: Traceback (most recent call last): File ...
2
votes
1answer
115 views

Monitoring CPU Usage in App Engine with Python

Is there a way to get the current cpu quota of app engine in python? (The value of CPU Time in the Dashboard Screen of Administrator Console) Thx in advance
2
votes
1answer
66 views

Implement time-based quotas in python

I need to implement a time-based quota in my python (twisted) application. Is there an existing module, or other implementation that I should use as a reference? Specifically, my application needs ...
2
votes
1answer
195 views

Google app engine python timeout sending email

My script grabs the content of an rss page gets the urls in that page saves them to a list then it grabs the content of each url and it emails the contents of the page to me. Everything is working ...
2
votes
1answer
153 views

What C++ library can I use to check disk quotas on linux?

Is there an easy to use library that I can use for checking disk quotas? I need to modify a piece of software I have to implement this functionality.
2
votes
1answer
227 views

Unclear Google Analytics API quota restrictions

I've been recently fixing my application that apparently reached some GA quota limitations and I've found a couple of things that were not clear to me: Does the 4 concurrent requests limitation ...
2
votes
1answer
87 views

Emailing a picture to a Google App Engine site

I would like to create an app such that I can send an email with a JPEG attachment and then display it on my site. I am fairly certain that the Mail API allows me to do this, but if it isn't possible ...
2
votes
2answers
983 views

HeapAlloc returns 0xC0000017: Not Enough Quota

I'm allocating a small number of data types, total size 2mb. I only use one heap, and it runs fine until I get to a certain number of allocations, I'm pretty sure of this because I've commented one ...
1
vote
1answer
16 views

What is the best way to replicate an out of disk space condition in a test environment?

I want to replicate a quota issue. a process write to a file in a directory and that we ran out of disk space, process writes empty file due to that. I want to replicate that on my dev machine. Does ...
1
vote
2answers
52 views

Is there a way or technology to implement database resource allocation based on user?

Typically, when platforms want to provide database resource to user (developer) for applications development, they use limit database access APIs to restrict behaviors of the application, in order to ...
1
vote
3answers
72 views

Is it safe to use PHP exec() to handle system-related tasks on a server?

I'm developing an application in PHP and Javascript and I need to set up disk quotas for a given user (as I'm using an FTP daemon (ProFTPd in this case) to allow for users to have their own document ...
1
vote
1answer
772 views

The maximum string content length quota (8192) has been exceeded while reading XML data

I'm trying to pass a large string (24,000 to 50,000 characters) to a self-hosted TCP WCF service. I've upped the maxStringContentLength (everywhere) to 22008192. I read somewhere that I need to ...
1
vote
1answer
169 views

Looking for the optimal WCF quota settings

I know, my question is kinda wishy washy, but what would you say are "optimal" settings for WCF quotas, e.g. MaxReceivedMessageSize etc.? My service mostly returns small values, but sometimes the ...
1
vote
2answers
344 views

bulk email with GAE and per minute quota

I'm developing a voting application with GAE, which involves sending email to each voter. In my initial tests, I went over the per-minute email quota, and this exception was raised: OverQuotaError: ...
1
vote
1answer
97 views

How to limit the quota in jersey for every client

I've already built the web service API by jersey framework. Now I want to limit the quotas for every client. For example: - one client can only make less than 10000 requests in one day. - one ...
1
vote
1answer
218 views

Glassfish: limit number of requests a user can make per second/minute

Ok I've been doing some googling about this and I haven't found anything definitive. Is there a preferred way of limiting the number of a requests a user can make to an application running on ...
1
vote
1answer
153 views

Windows active directory- Directory size quotas?

A system I have come across, that uses active directory, and has disk quotas, does not have the quotas tranparent to the user. All the users displays in windows (my computer etc.) and calls to ...
1
vote
1answer
427 views

Silverlight doesn't prompt to increase quota

I am trying out Silverlight's Isolated Storage feature. Currently running Silverlight thru ASP.NET page. I have written some code to request an additional storage but I am not being prompted to add ...
1
vote
1answer
1k views

Detect block size for quota in Linux

The limit placed on disk quota in Linux is counted in blocks. However, I found no reliable way to determine the block size. Tutorials I found refer to block size as 512 bytes, and sometimes as 1024 ...
0
votes
0answers
11 views

Postfix + MySQL + Dovecot - Imap Quota Exceeded - But Still Receiving Emails?

I am trying to setup dovecot maildir quota, but even though it seems to be working fine, I am still receiving emails into my inbox even though I have exceeded my quota. Here is my dovecot config: ...
0
votes
1answer
142 views

Google App Engine Memcache API Quotas

Google App Engine's documentation states that memcache calls will count towards a quota. Yet, when I click through, memcache quotas or cost is not listed. How can I find the new pricing changes?
0
votes
0answers
25 views

How do I disable quotas live on an LVM mount

I had an issue with quotas on a LVM mount preventing a zimbra service from operating (dm-0: write failed, user block limit reached). I wanted to simply disable quotas for the whole system. I tried ...
0
votes
3answers
70 views

Google App Engine(java) - App upload failed due to app size limit exceeded - (free account)

i am using Google app engine for my development, my project involves around 60 PDfs to be available for users to download. when i try to upload the project by clicking deploy button in eclipse i get ...
0
votes
1answer
178 views

Error exceeded disk quota despite the fact that they are disabled, and disk space is enough

On CentOS has recently started to happen a strange thing - the user can not create files in its directory: [Deployer @ server ~] $ echo test> test.file -Bash: echo: write error: Disk quota exceeded ...
0
votes
3answers
159 views

How to make disk quota full

I am in a situation where i have to test mv(1) command while disk quota is exceeded. Can anyone let me know the steps to create this.. i mean how can i make disk quota full on normal Unix test ...
0
votes
2answers
269 views

Jquery pagination, searching, filtering and other features on google app engine sites

Let's say you have a web page of a list of about 500 books (properties: cover image, titles, authors, summaries, etc) and want to paginate them. One way would be to use the limit and offset ...
0
votes
0answers
95 views

Query NTFS quota information without admin privileges

Is it possible to query NTFS quota information without admin privileges? I'm using WMI in a process that runs under a dedicated account (which works, if the account is a member of local admins). Is ...
0
votes
2answers
182 views

Are there way to controll the memory usage per user in MySQL.MyISAM?

In the interactive query form sometimes my users are making wrong joins and query generates huge amount of data after doing while. How can I prevent the user to use more than certain amount of memory? ...
0
votes
0answers
130 views

My Google App Engine App is returning OverQuotaError for a new task queue task, but I don't appear to be over my quotas, anyone know why?

My Google App Engine (python) app is failing periodically when trying to add a new task to a task queue, and giving the error message: OverQuotaError at /path/to/app/ The API call taskqueue.BulkAdd() ...
0
votes
1answer
155 views

Storing file information in a database

I am building a file hosting site and would like to keep track of users file quota ( Each user is only allowed 2gb of file storage). Could anyone explain how I could store file name, type and ...
0
votes
5answers
458 views

Magento Admin login kicks me out back to the Admin login

After I enter my username and password and click "Login" it sends me back to the Login page with NO error messages. The URL changes to include a session key and that's it. Everytime I click Login ...
0
votes
2answers
426 views

Programatically access Google App Engine Quota Details

Does anyone know if it is possible to access via code either from within App Engine SDK or some form of WebAPI your current account quota details. I would like to be able to track the datastore usage ...