VMD-L Mailing List
From: John Stone (johns_at_ks.uiuc.edu)
Date: Tue Sep 07 2004 - 10:05:00 CDT
- Next message: John Stone: "Re: new user: how to load output file"
- Previous message: S.G.Falkovich: "problem with memory"
- In reply to: S.G.Falkovich: "problem with memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi,
Without knowing what kinds of calculations you were doing with VMD,
it is impossible for me to guess why you were having problems. The most
likely cause of your memory issue is that you are creating atom selections
in a loop, but not deleting them. That'd be my guess. If you have something
like this in a loop:
set sel [atomselect top "some selection"]
then you also need:
$sel delete
If that isn't your problem, then it would be helpful to see the script(s)
you're using to perform your analysis.
Thanks,
John Stone
vmd_at_ks.uiuc.edu
On Tue, Sep 07, 2004 at 01:58:35PM +0400, S.G.Falkovich wrote:
> Sir,
>
> I have a problem. I tried to make rather difficult calculations for small protein (126 amino acids, PDB ID 2VIC). VMD wasn't able to make such calculations; it sent a message about problems with memory. For proteins with size of 90 a.a. everything was well.
>
>
>
> Is there any solution for my problem?
>
>
-- NIH Resource for Macromolecular Modeling and Bioinformatics Beckman Institute for Advanced Science and Technology University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801 Email: johns_at_ks.uiuc.edu Phone: 217-244-3349 WWW: http://www.ks.uiuc.edu/~johns/ Fax: 217-244-6078
- Next message: John Stone: "Re: new user: how to load output file"
- Previous message: S.G.Falkovich: "problem with memory"
- In reply to: S.G.Falkovich: "problem with memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]