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.

Elasticsearch: Max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

I have an issue with a systemd config for ElasticSearch. [Unit] Description=platform-elasticsearch After=syslog.target network.target remote-fs.target …

elasticsearch limit systemd cgroups
PHP and MySQL: Order by most recent date and limit 10

I am building a notes system on my site and I've got to the stage where users can post notes …

php mysql sql-order-by limit querying
What are the current cookie limits in modern browsers?

What are the generic cookie limits for modern browsers, as of 2011? I'm particularly interested in: Max size of a single …

javascript browser cookies cross-browser limit
spark access first n rows - take vs limit

I want to access the first 100 rows of a spark data frame and write the result back to a CSV …

apache-spark apache-spark-sql limit
Using variable in a LIMIT clause in MySQL

I am writing a stored procedure where I have an input parameter called my_size that is an INTEGER. I …

mysql limit clause variables
Is there a memory limit for a single .NET process

We are currently thinking of building a cache-system to hold data pulled out of an SQL database and make it …

.net memory .net-3.5 process limit
Does MAX_PATH issue still exists in Windows 10

Can someone please tell us/me if the MAX_PATH issue still exists in (the technical preview of) Windows 10. And …

path limit long-filenames windows-10
Maximum size of object that can be saved in memcached with memcache.py

I need to return a rather big file (11MB) to the user. For certain reasons, I can't just provide a …

python memcached limit
How to use LIMIT keyword in SQL Server 2005?

I have found a way to select random rows from a table in this post. A suggestion is to use …

sql sql-server sql-server-2005 limit
MySQL COUNT with LIMIT

What I want to do is SUM a column, but also COUNT the number of rows it is summing, with …

mysql sql limit sql-limit