diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 703ce4aaa579a8d495968082fc39c949b1e58ad4..cd5728d95f9c777e5db2fea75cf9b3202d4ae391 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -1086,7 +1086,6 @@ class Population:
 
         # Set process name
         setproctitle.setproctitle('binarycpython parent process')
-        setproctitle.setthreadtitle("binarycpython parent thread")
 
         # Set up the manager object that can share info between processes
         manager = multiprocessing.Manager()
@@ -1240,7 +1239,7 @@ class Population:
         name = 'binarycpython population thread {}'.format(ID)
         name_proc = 'binarycpython population process {}'.format(ID)
         setproctitle.setproctitle(name_proc)
-        setproctitle.setthreadtitle(name)
+        # setproctitle.setthreadtitle(name)
 
         # Set to starting up
         with open(