about 25% of the total memory:

Mem:   6062488k total,  4693476k used,  1369012k free,   110524k
buffers
Swap:  2104472k total,        0k used,  2104472k free,  2460792k
cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
11954 chris     20   0 1571m 1.3g 5080 S    7 23.3   5:45.13 python
 2752 root      20   0  231m  78m  10m S    4  1.3   8:06.88 X
11908 chris     20   0  477m  96m  26m S    3  1.6   0:21.59 firefox

Chris



On Oct 17, 1:31 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> How much memory is the process using just prior to it crashing?
>
> Graham
>
> On Oct 17, 9:16 pm, ccpn <[EMAIL PROTECTED]> wrote:
>
> > I just updated everything, we are using python-mysql 1.2.2 and
> > MySQL Client API version 5.1.26-rc, which I think are the very latest
> > versions
> > Thecrashesstill occur though. Is there any logfile that tracks what
> > is going wrong?
> > Chris
>
> > On Oct 16, 1:19 am, Graham Dumpleton <[EMAIL PROTECTED]>
> > wrote:
>
> > > On Oct 16, 1:34 am, ccpn <[EMAIL PROTECTED]> wrote:
>
> > > > On Oct 15, 1:08 pm, Graham Dumpleton <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > On Oct 15, 6:22 pm, ccpn <[EMAIL PROTECTED]> wrote:
>
> > > > > > We are building a django site that involves uploading and processing
> > > > > > of files. We have found that in some instances the server quits 
> > > > > > after
> > > > > > starting the upload process, leaving us with a blank screen. The
> > > > > > problem is that Django is not reporting any errors, and we have no
> > > > > > clue what causes it. The problem occurs more frequently on a macbook
> > > > > > pro than on our linux machines. It doesn't seem to depend on the 
> > > > > > file
> > > > > > that is uploaded, but on the order in which files are uploaded.
>
> > > > > > Anybody any clue?
>
> > > > > What hosting mechanism are you using? Django development server,
> > > > > Apache/mod_python, Apache/mod_wsgi, FASTCGI, something else?
>
> > > > > Is your handler doing any processing of the file while it is being
> > > > > uploaded? If yes, what is it doing and what third party Python modules
> > > > > is it using to do it?
>
> > > > Hi Graham,
>
> > > > thanks for the response. We are using Django development server (on
> > > > localhost) and mysql server
>
> > > > The error occurs not only on uploads (and not always), but we've seen
> > > > it also when simply submitting info to the underlying python scripts.
> > > > We are using a big python object that stays in memory throughout all
> > > > the procedures, maybe that is where it goes wrong?
>
> > > > The third party modules are from a scientific program
> > > > (FormatConverter, probably has no meaning to you, but this is the
> > > > link:http://www.ebi.ac.uk/msd/NMR/NMRtoolkit/formatConverter.html)
>
> > > > Hope it will give you a clue, thanks anyway!
>
> > > I'd be more worried about MySQL actually as there have been some
> > > reports of some versions crashing randomly. Ensure you have an up to
> > > date version of MySQL client libraries and Python wrappers.
>
> > > Graham
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to