I am a new user (my site isn’t live yet – but at an advanced stage of testing), I’m conducting a one name study and the collaborative aspect of PGV particularly appealed. Not surprisingly, one characteristic of a one name study is that one collects a large volume of similarly named individuals, mine is a small study in its fairly early stage but already has >1200 individuals with a family name beginning with the letters ‘YAR’.
Using the List->Individual->Y menu option the first 350 individuals are listed but then an ‘Out of Memory’ error message appears and no further individuals are displayed, is there a way to enable scrolling through records.
The error message tells me I am already using 33.5Mb of memory and the script requested a further allocation which couldn’t be met because of a PHP restriction – is the limit per user or global for the PGV application.
Regards – John Dobson
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
John
Welcome to PGV.
Not sure I understand your question "per user or global".
Regardless, PHP has informed you that you have exhausted the 32mb of memory that you have assigned to PGV.
Here are some general parameters, which can serve as guidelines, but are not the answer to all issues:
PHP should be configured to allow sufficient server resources (memory and execution time) for the size of your system. Typical requirements are:
Small systems (500 individuals): 16-32MB, 10-20 seconds
Medium systems (5000 individuals): 32-64MB, 20-40 seconds
Large systems (50000 individuals): 64-128MB, 40-80 seconds
Memory and time limit parameters have two (2) settings.
1) In your php.ini which sets a maximum that php will allow, and
2) in your PGV config.php, which sets the maximum that will be available to PGV. Obviously this second setting can not exceed the first master setting: PHP 64mb, 60 seconds = PGV can not exceed 64mb and 60 seconds, but could be set for less.
You have not provided your system data: http server, php version, mySql version, and system settings, RAM and timeout Additionally, you have not supplied the size (mb or INDI count) of your gedcom or even the version of PGV that you have installed, so we can only provide you with this general response.
Hope this helps, -Stephen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am a new user (my site isn’t live yet – but at an advanced stage of testing), I’m conducting a one name study and the collaborative aspect of PGV particularly appealed. Not surprisingly, one characteristic of a one name study is that one collects a large volume of similarly named individuals, mine is a small study in its fairly early stage but already has >1200 individuals with a family name beginning with the letters ‘YAR’.
Using the List->Individual->Y menu option the first 350 individuals are listed but then an ‘Out of Memory’ error message appears and no further individuals are displayed, is there a way to enable scrolling through records.
The error message tells me I am already using 33.5Mb of memory and the script requested a further allocation which couldn’t be met because of a PHP restriction – is the limit per user or global for the PGV application.
Regards – John Dobson
John
Welcome to PGV.
Not sure I understand your question "per user or global".
Regardless, PHP has informed you that you have exhausted the 32mb of memory that you have assigned to PGV.
Here are some general parameters, which can serve as guidelines, but are not the answer to all issues:
PHP should be configured to allow sufficient server resources (memory and execution time) for the size of your system. Typical requirements are:
Small systems (500 individuals): 16-32MB, 10-20 seconds
Medium systems (5000 individuals): 32-64MB, 20-40 seconds
Large systems (50000 individuals): 64-128MB, 40-80 seconds
Memory and time limit parameters have two (2) settings.
1) In your php.ini which sets a maximum that php will allow, and
2) in your PGV config.php, which sets the maximum that will be available to PGV. Obviously this second setting can not exceed the first master setting: PHP 64mb, 60 seconds = PGV can not exceed 64mb and 60 seconds, but could be set for less.
You have not provided your system data: http server, php version, mySql version, and system settings, RAM and timeout Additionally, you have not supplied the size (mb or INDI count) of your gedcom or even the version of PGV that you have installed, so we can only provide you with this general response.
Hope this helps,
-Stephen