Does using a low commit number affects the query perfomance?

Hi all,

We are using "USING PERIODIC COMMIT 500" when "LOAD FROM CSV" in our initial data load .cypher script

Does it affects the LOAD performance to use a low number such as 500?

Neo4j v4.2.11

In our DEV environment, we have a single instance with 2G initial memory, 2G max memory, and 2G page cache loading 1.2M nodes

Thanks