Maximum number of clients reached
-
Maximum number of clients reached
I would like to know how could I increase this number limit? My application would turn on many QWidget by show(). After tens of QWidget shown, a warning "Maximum number of clients reached" appeared at my terminal and program stopped running.
Chris
-
Platform details and qt versions ?
-
Hi and welcome to devnet,
How many widgets are you generating exactly ?
-
For how long do you have your system running ?
See this thread for some hints.
-
@Chris-CCF
Hi
Its more like an X server issue i think
https://bbs.archlinux.org/viewtopic.php?id=188052
" MAXCLIENTS variable in xorg-server sources from 256 to 512."So i do wonder if you get only 51 ?
-
@Chris-CCF
Hi
Its more like an X server issue i think
https://bbs.archlinux.org/viewtopic.php?id=188052
" MAXCLIENTS variable in xorg-server sources from 256 to 512."So i do wonder if you get only 51 ?
-
@Chris-CCF
Hi
Seems people just recompile their xorg.Also you might be able to just upgrade xorg?
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1518411
( no idea for CentOS )do you have something like xlsclients ? to see how many u really use?