Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: rtobar <[email protected]>
  • Loading branch information
martorelli617 and rtobar authored Nov 9, 2023
1 parent 2b7f4f6 commit c5d72eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/gc.po
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ msgid ""
"early in the parent process, ``gc.freeze()`` right before ``fork()``, and "
"``gc.enable()`` early in child processes."
msgstr ""
"Si un proceso ``fork()`` sin ``exec()``, evitar la copia en escritura "
"Si un proceso va a llamar a ``fork()`` sin llamar a ``exec()``, evitar la copia en escritura "
"innecesaria en procesos secundarios maximizará el intercambio de memoria y "
"reducirá el uso general de la memoria. Esto requiere tanto evitar la "
"creación de \"agujeros\" liberados en las páginas de memoria del proceso "
Expand Down

0 comments on commit c5d72eb

Please sign in to comment.