Skip to content
Snippets Groups Projects
Commit c9240296 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #6847: Reverted memory limit of outputProc to 16GB

parent 520f4a9a
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ int main(int argc, char *argv[]) ...@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
setIOpriority(); setIOpriority();
setRTpriority(); setRTpriority();
lockInMemory(64UL * 1024UL * 1024UL * 1024UL); // limit memory to 16 GB lockInMemory(16UL * 1024UL * 1024UL * 1024UL); // limit memory to 16 GB
PortBroker::createInstance(storageBrokerPort(observationID)); PortBroker::createInstance(storageBrokerPort(observationID));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment