Top "Limits" 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.

What is the maximum possible length of a .NET string?

What is the longest string that can be created in .NET? The docs for the String class are silent on …

.net string limits
maximum value of int

Is there any code to find the maximum value of integer (accordingly to the compiler) in C/C++ like Integer.…

c++ c stl limits numeric-limits
Memory errors and list limits?

I need to produce large and big (very) matrices (Markov chains) for scientific purposes. I perform calculus that I put …

python list memory limits
Maximum size for a SQL Server Query? IN clause? Is there a Better Approach

Possible Duplicate: T-SQL WHERE col IN (…) What is the maximum size for a SQL Server query? (# of characters) Max size …

sql sql-server tsql limits
Why is there still a row limit in Microsoft Excel?

Until Office 2007, Excel has a maximum of 65,000 rows. Office 2007 bumped that up to a max of 1 million rows, which is …

excel row-number limits
How many times can a file be compressed?

I was thinking about compression, and it seems like there would have to be some sort of limit to the …

compression limits
Limiting the number of decimals in a dataframe (R)

I would like to limit the number of decimals when a data frame is imported. My .txt input have 16 decimals …

r decimal maxlength limits
mongod, mac os x - rlimits warning

I've been using mongo on my mac os x 10.8 and suddenly yesterday at my logs appeared this warning (and when …

macos mongodb limits
Limit ggplot2 axes without removing data (outside limits): zoom

If you specify axis limits in ggplot the outlying points are removed. This is fine for points, but you might …

r ggplot2 zoom limits
Maximum number of parameters in function declaration

I know that minimum number of parameters in function definition is zero, but what is the maximum number of parameters …

c++ c limits function-declaration function-parameter