quota

Volume Size on a Quota disk

Can one get the volume total size being a normal user ? GetDiskFreeSpaceEx does return the Total Number Of Free Bytes but not the Total Bytes. So the only Total Bytes i get are those of the quota using DeviceIoControl with IOCTL_DISK_GET_LENGTH_INFO doesn't seem to work with non admin rights. ...

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 and bandwidth usage within the running application so that it may alter its behaviour depending on the levels of Quota left for the applic...

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 operation, enough temporary files are written to disk to hit my limit and thus cause the git gc operation to fail. I can delete the .git/object...

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 allocation for it to crash on the next. Quota = disk space? the documentation doesn't cover error codes for this specific function, I've pr...

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 & http://code.google.com/appengine/docs/python/memcache/overview.html#Quotas_and_Limits . However, total allowed size of RAM/memory store for a single application is not specified. It's known that no objects above 1MB ...

return User Quota with PHP from Linux OS

Hi, 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. ...

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 bytes. I got confused reading a post on LinuxForum.org for what a block size really means. So I tried to find that meaning in the context of...

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. //Request the user Agent info String userAgent = req.getHeader("User-Agent"); I wanted to know what was using the CPU the most, I use a google h...

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 more. private void requestButton_Click(object sender, RoutedEventArgs e) { using (IsolatedStorageFile store = IsolatedStorageF...

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 please let me know. My biggest concern is what are the limits on the attachment size my app can receive, and what are the quotas related ...

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 GetDiskFreeSpaceEx always return the free space of the volume, and yet the user can never fill this free space because of the quotas. I have not b...

Receive Email address count limit in app engine

Hi, My mail is regarding the option for receiving email to any address which looks like - [email protected] documented here: http://code.google.com/appengine/docs/python/mail/receivingmail.html My questions are: Is there any restriction on the number of email addresses which can be created using the above format and used insi...

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 new feature is: Creating Separate Datastore Instances for Testing and Production In case I decide to use Namespaces for testing, could ...

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 again, the session key is regenerated and I still can't log into the admin interface. ...