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)
Memory increase when scrolling NSCollectionView images
I'm trying to display pdf pages in a collection view, but accumulate memory in the magnitude of several gigabytes when I scroll the view. The application itself is pretty basic, it's using PDFKit to p...
Tambarskjelve
Votes: 0
Answers: 0
how to set shared memory between python and c++ in linux and osx
I was able to share memory on windows simply using winapi in cpp and mmap.mmap in python. just match "name".
And I was able to set the name of the shared memory using <boost/interprocess/...

Ko wa
Votes: 0
Answers: 1
Abort in glibc while trying to use sbrk to reduce the size of the data segment
While working with glibc I tried to reduce the data segment using sbrk using a negative parameter, and found a most strange behaviour.
I first malloc, then free it, then reduce data segment with sbrk,...
Arc
Votes: 0
Answers: 2
How can I set maxChunkSize for MMapDirectoryFactory in solr?
I was reading through the MMapDirectoryFactory and how to set it as DirectoryFactory to use for indexes in my core's solrconfig.xml.
<directoryFactory name="DirectoryFactory"
...
sahibjot singh bedi
Votes: 0
Answers: 1