I tried to import a 900M file with mysqlimport command. Everything works fine. All the data has been insert into the DB.
However, all the memory has been used up. Before the mysqlimport, I have 800M free memory, after that, 13M free memory left.
Is there any way to limit the mysqlimport operation size. For example, limit 20M for the whole mysqlimport.
However, all the memory has been used up. Before the mysqlimport, I have 800M free memory, after that, 13M free memory left.
Is there any way to limit the mysqlimport operation size. For example, limit 20M for the whole mysqlimport.