PDA

View Full Version : System hangs while importing posts


BCash
Mon 20th Nov '06, 10:28am
Having no trouble up until module 9, at which point it runs my CPU at about 50%, but after 5-10 minutes it spins up to 100% and eventually locks up. I never recieve any output whatsoever. I've tried changing the number of posts per cycle, doesn't seem to help.

Source - phpBB2 - 2.0.6
Target - vBulletin 3.6.3
Module - 009 - Import Posts

Had to convert the phpBB database from MSSQL to MySQL prior to the transfer.

Steve Machol
Mon 20th Nov '06, 2:44pm
This is probably a server time and/or memory limit. To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:

ini_set('memory_limit', 32 * 1024 * 1024);
ini_set("max_execution_time", "480");