diff options
author | rahul | 2019-10-23 13:00:12 +0530 |
---|---|---|
committer | rahul | 2019-10-23 13:00:12 +0530 |
commit | b0e9321f441c30360852221359494ade9816bcc5 (patch) | |
tree | 370c27b0c567953617261cec14a14757608ce588 /src/ngspiceSimulation | |
parent | 2b09c8b4a9c285318aea8adc17d1016348d708a8 (diff) | |
download | eSim-b0e9321f441c30360852221359494ade9816bcc5.tar.gz eSim-b0e9321f441c30360852221359494ade9816bcc5.tar.bz2 eSim-b0e9321f441c30360852221359494ade9816bcc5.zip |
Increased socket limit
Diffstat (limited to 'src/ngspiceSimulation')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 2 | ||||
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.pyc | bin | 1681 -> 1681 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index bde95899..4a82044e 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -18,7 +18,7 @@ class NgspiceWidget(QtGui.QWidget): print "Argument to ngspice command : ",command if platform.system() == 'Linux': - self.command = "ulimit -S -n 16384;cd "+projPath+";ngspice "+command + self.command = "ulimit -S -n 32768;cd "+projPath+";ngspice "+command #Creating argument for process #self.args = ['-into', str(self.terminal.winId()),'-hold','-e', self.command] self.args = ['-hold','-e', self.command] diff --git a/src/ngspiceSimulation/NgspiceWidget.pyc b/src/ngspiceSimulation/NgspiceWidget.pyc Binary files differindex e0ad5978..6e6ee97c 100644 --- a/src/ngspiceSimulation/NgspiceWidget.pyc +++ b/src/ngspiceSimulation/NgspiceWidget.pyc |