zedomingues
New Member
I'm exporting a list of 200.000 addresses via cli.
I'm using the following code:
however, whenever the file is close to 25%, the export process is killed by the server (see attached print).
please, should i watch something on the server so that the process is not killed automatically like that?
tks
I'm using the following code:
Code:
php -q /FOLDER_REMOVE/public_html/apps/console/console.php listexport --list_uid=REMOVE --folder_path=/FOLDER_REMOVE/ --verbose=1
however, whenever the file is close to 25%, the export process is killed by the server (see attached print).
please, should i watch something on the server so that the process is not killed automatically like that?
tks