You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,8 @@ Follow these steps to import your tickets:
139
139
When importing a large volume of tickets you will want to make sure that your WordPress configuration and PHP configuration files are set up to use a larger amount of memory and to allow script execution to run longer. If you are using a third party host you might need to speak with them to get your memory and execution times temporarily lifted.
140
140
If you do have control over your own server, two settings to temporarily change would be the following:
141
141
142
-
memory_limit = -1
143
-
max_execution_time = 0
142
+
*memory_limit = -1
143
+
*max_execution_time = 0
144
144
145
145
This effectively allows PHP to use all available memory and to run as long as necessary
0 commit comments