python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Heap size usage when having two processes in a container
We have two processes (p1 and p2) in a JVM container (in Docker) using kubernetes.
The resource Limit (in the helm chart) for the container is set to 1000 MiB.
We set the XX:MaxRAMPercentage to 50% (=...
Thomas Enblom
Votes: 0
Answers: 1
Size limit for mongo DB collection , documents and database
I have been learning and working on MongoDB for the last few months, now I am really confused about the maximum size limit of 16 MB per document.
I just want to know that, is this 16 MB size limit app...

imthegrv
Votes: 0
Answers: 1
Override MySql subquery size limit of 256 chars?
I need to group concat a series of id's in a column name section_users, the problem is when using a subquery the size is limited to 256 chars.
Is there a way to override that limit ? Mine can go up to...
lio
Votes: 0
Answers: 1
Adding axis limits in pyROOT
I am trying to limit my x-axis in my pyROOT code. Right now the x-axis is way too long and makes the waveform that I am plotting look too thin. I need to limit the x-axis range to about (130,240) but ...
Rachel Fister
Votes: 0
Answers: 1