• Resolved johnjromkyoto

    (@johnjromkyoto)


    Hi,

    I have a VPS with plesk, Nginx and apache. I use the plugin to import images.

    When i try to sync a folder with uploaded images through FTP i get a 503 after some time even if the server is still running. This folders contains more than 1500 files.

    I sync before thousands of images already, never had problem.

    Any idea how to understand the issue?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AlanP57

    (@alanp57)

    Syncing a folder is very memory intense operation since the plugin has to check each files with the list of files already in the current media library folder. It may be that you are running out of memory. You can try increasing it adding a line like this to your wp-config.php file

    define('WP_MAX_MEMORY_LIMIT', '512M');

    If an issue is encountered, you can stop the process by closing your browser.

    Thread Starter johnjromkyoto

    (@johnjromkyoto)

    It’s about this, but i had to increase to 4G ??

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘503 on Sync’ is closed to new replies.