Top "Limit" questions

Relates to any sort of limit applied to data or resources, e.g. limiting the size or value of a variable, limiting the rate of incoming traffic or CPU usage.

How to set a maximum execution time for a mysql query?

I would like to set a maximum execution time for sql queries like set_time_limit() in php. How can …

mysql sql time limit
Using ini_set("memory_limit", "-1") and still out of memory

I'm processing an old database php array to a new database. The data .php files are in total around 220 MB …

php apache memory limit easyphp
Check the open FD limit for a given process in Linux

I recently had a Linux process which “leaked” file descriptors: It opened them and didn't properly close some of them. …

linux scripting operating-system limit file-descriptor
Limiting Python input strings to certain characters and lengths

I just started learning my first real programming language, Python. I'd like to know how to constrain user input in …

python string limit user-input
Sqlite LIMIT / OFFSET query

I have simple question with Sqlite. What is the difference between this: Select * from Animals LIMIT 100 OFFSET 50 and Select * from …

sqlite limit
How to set limit on directory size in Linux?

I have read about limiting size of directory - like creating big files, formatting,mount,.. etc. But this all very …

linux directory size limit
Android Push Notification (GCM), is there any Daily Limit?

Is there any daily limit for number push notifications (GCM) can be sent to a particular android application user?

android push-notification limit google-cloud-messaging
How to limit max width and height to screen size in CSS?

I'm trying to make a php gallery and thats why I need a good Mask, where the pictures later can …

html css limit screen-size
first two results from ls command

I am using ls -l -t to get a list of files in a directory ordered by time. I would …

linux search limit ls
JPA 2 CriteriaQuery, using a limit

I am using JPA 2. For safety reasons, I am working type safe with CriteriaQuery's (and thus, I am not searching …

java sql jpa persistence limit