Page 1 of 1

Xampp performance

PostPosted: 17. October 2019 04:00
by penguin
When I'm importing database 1,2Gb in localhost, my computer is become freezing.
Importing command line as below
Code: Select all
mysql -u[USERNAME] -p[PASSWORD] --default-character-set=latin1 [DATABASE_NAME] < [BACKUP_SQL_FILE.sql]

So I opened task manager. It's take 2,4Gb memory
Is there any solution to solve this problem ?

Thank you very much
PS: window 10 64bit, ram 8Gb, core i5-8500 3Gh

Image

Re: Xampp performance

PostPosted: 17. October 2019 07:42
by Altrea
Hi,

doesn't seem to be a RAM problem to me, you have 24% left which should be enough for your system not to freeze.
But maybe is your HDD on it's limit which can slow down a system. if that is the case moving XAMPP to a non system drive can be a soluion.
Did you start the Backup with help of the XAMPP shell? Seems odd to me that the control panel itself grabs the amount of ram.

best wishes,
Altrea

Re: Xampp performance

PostPosted: 17. October 2019 09:22
by penguin
Thank your for your repling.
Did you start the Backup with help of the XAPP shell?

No, I didn't. I only use the import of the xampp shell.
I'll check again RAM and moving XAMPP to a non system drive