diff --git a/RTCP/Cobalt/OutputProc/src/GPUProcIO.cc b/RTCP/Cobalt/OutputProc/src/GPUProcIO.cc
index 039f03423daf2f97f420d4365930e388f7f9da9c..1f50d3475257664bc16a060102de33503f71d4d8 100644
--- a/RTCP/Cobalt/OutputProc/src/GPUProcIO.cc
+++ b/RTCP/Cobalt/OutputProc/src/GPUProcIO.cc
@@ -114,20 +114,12 @@ bool process(Stream &controlStream)
      * Real-time observation
      */
 
-    /*
-     * Disabled elevated priviledges on CEP4 due to issues with Docker.
-     * We don't seem to need the priorities anyway, and memory limits will
-     * need to be enforced by Docker or SLURM, not us.
-
     // Acquire elevated IO and CPU priorities
     setIOpriority();
     setRTpriority();
 
     // Prevent swapping of our buffers
-    lockInMemory(16UL * 1024UL * 1024UL * 1024UL); // limit memory to 16 GB
-
-     *
-     */
+    //lockInMemory(16UL * 1024UL * 1024UL * 1024UL); // limit memory to 16 GB
 
     // Deadline for outputProc, in seconds.
     const time_t outputProcTimeout =