diff options
author | rahul | 2019-11-11 11:42:41 +0530 |
---|---|---|
committer | rahul | 2019-11-11 11:42:41 +0530 |
commit | 04028929469953428f3e38b20113e2ca2a666209 (patch) | |
tree | daf636945afdfa0b42420d61980ba02502f55688 | |
parent | b5d5e5611730d5daf99e0cdb05b31136efb4083c (diff) | |
download | eSim-04028929469953428f3e38b20113e2ca2a666209.tar.gz eSim-04028929469953428f3e38b20113e2ca2a666209.tar.bz2 eSim-04028929469953428f3e38b20113e2ca2a666209.zip |
removed FD limit
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 2 | ||||
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.pyc | bin | 1681 -> 1662 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index 4a82044e..310cbe3c 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 32768;cd "+projPath+";ngspice "+command + self.command = "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 6e6ee97c..d3d0db31 100644 --- a/src/ngspiceSimulation/NgspiceWidget.pyc +++ b/src/ngspiceSimulation/NgspiceWidget.pyc |