Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110496

Re: program return killed after run a very long time

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From dieter <dieter@handshake.de>
Newsgroups comp.lang.python
Subject Re: program return killed after run a very long time
Date Sat, 25 Jun 2016 09:54:25 +0200
Lines 19
Message-ID <mailman.112.1466841306.11516.python-list@python.org> (permalink)
References <94693872-2b7b-48cb-8a4e-d8c59218cf1c@googlegroups.com> <87wpldk8jy.fsf@handshake.de>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace news.uni-berlin.de CVElXMiCDhpwgyMq10TJEw6QTK85HBFuWx0WyAdwmUgg==
Cancel-Lock sha1:fM2sSFapZ+lFOK7nqSXpgzCkizU=
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.031
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:after': 0.16; 'subject:program': 0.16; 'subject:run': 0.16; 'memory': 0.17; 'cloud': 0.20; 'assign': 0.22; 'bit': 0.23; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; '(e.g.': 0.27; 'system,': 0.30; 'run': 0.33; 'subject:time': 0.35; 'there': 0.36; 'possible.': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'received:org': 0.37; 'charset:us- ascii': 0.37; 'architecture': 0.38; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'space': 0.40; 'address': 0.61; 'more': 0.63; 'effective': 0.63; 'user,': 0.67; 'levels': 0.70; 'exceed': 0.72; 'physical': 0.72; 'increase': 0.73; 'subject:long': 0.84; 'killed': 0.91; 'subject:very': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host p57b39a59.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <87wpldk8jy.fsf@handshake.de>
X-Mailman-Original-References <94693872-2b7b-48cb-8a4e-d8c59218cf1c@googlegroups.com>
Xref csiph.com comp.lang.python:110496

Show key headers only | View raw


meInvent bbird <jobmattcon@gmail.com> writes:

> i suspect it use so much memory,
>
> however i have already assign 30GB memory in openstack cloud
>
> is there any command to allow python to use more memory?
>
> currently
>
> program return killed after run a very long time

Usually, there are memory limits at various levels:
architecture (e.g. on a 32 bit architecture, the address space
cannot exceed 32 GB), physical memory, operating system, user, "session".

You would need to check which limits are effective on the various levels
and increase them, if possible.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

program return killed after run a very long time meInvent bbird <jobmattcon@gmail.com> - 2016-06-23 20:57 -0700
  Re: program return killed after run a very long time dieter <dieter@handshake.de> - 2016-06-25 09:54 +0200

csiph-web