Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Sep 2, 2016
1 parent bf71a47 commit b3d20aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ the same command line flags and arguments. For more information, see
Problems with Python virtual environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

On a low memory system such as VPS with only 256MB of RAM, the required dependency of Certbot will failed to build. This can be identified if the pip outputs contains something like `internal compiler error: Killed (program cc1)`. You can workaround this restriction by creating a temporary
swapfile::
On a low memory system such as VPS with only 256MB of RAM, the required dependencies of Certbot will failed to build.
This can be identified if the pip outputs contains something like ``internal compiler error: Killed (program cc1)``.
You can workaround this restriction by creating a temporary swapfile::

user@webserver:~$ sudo fallocate -l 1G /tmp/swapfile
user@webserver:~$ sudo chmod 600 /tmp/swapfile
Expand Down

0 comments on commit b3d20aa

Please sign in to comment.