Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase /tmp for rpi for kalite get_url #734

Open
wants to merge 1 commit into
base: release-6.1
Choose a base branch
from

Conversation

georgejhunt
Copy link
Contributor

No description provided.

@jvonau
Copy link
Member

jvonau commented Jun 14, 2016

bad idea, you will run the machine out of memory with ansible running,
better would be to disable systemd's tmpfs service.

On Tue, Jun 14, 2016 at 12:15 PM, georgejhunt notifications@github.com
wrote:


You can view, comment on, or merge this pull request online at:

#734
Commit Summary

  • increase /tmp for rpi for kalite get_url

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#734, or mute the thread
https://github.com/notifications/unsubscribe/AFUjvjRvRXOi1y21TLEf0CsKtSnmekT9ks5qLuGagaJpZM4I1jbc
.

@jvonau
Copy link
Member

jvonau commented Jun 14, 2016

and remove the the /tmp tmpfs line in /etc/fstab

On Tue, Jun 14, 2016 at 5:05 PM, Jerry Vonau jvonau3@gmail.com wrote:

bad idea, you will run the machine out of memory with ansible running,
better would be to disable systemd's tmpfs service.

On Tue, Jun 14, 2016 at 12:15 PM, georgejhunt notifications@github.com
wrote:


You can view, comment on, or merge this pull request online at:

#734
Commit Summary

  • increase /tmp for rpi for kalite get_url

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#734, or mute the thread
https://github.com/notifications/unsubscribe/AFUjvjRvRXOi1y21TLEf0CsKtSnmekT9ks5qLuGagaJpZM4I1jbc
.

@georgejhunt
Copy link
Contributor Author

Is disabling tmpfs service a good idea? I figured that get_url is a
temporary need. If I increase to 800mb, it will only be used if it is
needed, and there will be1gb of swap -- so other processes have 1200mb to
work with. I'd expect downloaded get_url data to migrate to swap, since it
will not be referenced regularly.

Or we could use wget, and just sidestep the problem.

On Tue, Jun 14, 2016 at 3:07 PM, Jerry Vonau notifications@github.com
wrote:

and remove the the /tmp tmpfs line in /etc/fstab

On Tue, Jun 14, 2016 at 5:05 PM, Jerry Vonau jvonau3@gmail.com wrote:

bad idea, you will run the machine out of memory with ansible running,
better would be to disable systemd's tmpfs service.

On Tue, Jun 14, 2016 at 12:15 PM, georgejhunt notifications@github.com
wrote:


You can view, comment on, or merge this pull request online at:

#734
Commit Summary

  • increase /tmp for rpi for kalite get_url

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#734, or mute the thread
<
https://github.com/notifications/unsubscribe/AFUjvjRvRXOi1y21TLEf0CsKtSnmekT9ks5qLuGagaJpZM4I1jbc

.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#734 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AB04HO3kVuZwjAVFW6qhiuATV9iOCVbOks5qLyYqgaJpZM4I1jbc
.

@jvonau
Copy link
Member

jvonau commented Jun 15, 2016

All machines start to thrash once swap comes into play, you still need ram
to decompress the file. You can watch what goes on with 'top'

On Tue, Jun 14, 2016 at 7:47 PM, georgejhunt notifications@github.com
wrote:

Is disabling tmpfs service a good idea? I figured that get_url is a
temporary need. If I increase to 800mb, it will only be used if it is
needed, and there will be1gb of swap -- so other processes have 1200mb to
work with. I'd expect downloaded get_url data to migrate to swap, since it
will not be referenced regularly.

Or we could use wget, and just sidestep the problem.

On Tue, Jun 14, 2016 at 3:07 PM, Jerry Vonau notifications@github.com
wrote:

and remove the the /tmp tmpfs line in /etc/fstab

On Tue, Jun 14, 2016 at 5:05 PM, Jerry Vonau jvonau3@gmail.com wrote:

bad idea, you will run the machine out of memory with ansible running,
better would be to disable systemd's tmpfs service.

On Tue, Jun 14, 2016 at 12:15 PM, georgejhunt <
notifications@github.com>
wrote:


You can view, comment on, or merge this pull request online at:

#734
Commit Summary

  • increase /tmp for rpi for kalite get_url

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#734, or mute the thread
<

https://github.com/notifications/unsubscribe/AFUjvjRvRXOi1y21TLEf0CsKtSnmekT9ks5qLuGagaJpZM4I1jbc

.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#734 (comment), or mute
the thread
<
https://github.com/notifications/unsubscribe/AB04HO3kVuZwjAVFW6qhiuATV9iOCVbOks5qLyYqgaJpZM4I1jbc

.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#734 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AFUjvnKr55oN2gsZ-0GWTrOdExRJ5BIRks5qL0uzgaJpZM4I1jbc
.

@georgejhunt
Copy link
Contributor Author

then I think we should discuss wget as an alternative for the really large
files like katile

On Tue, Jun 14, 2016 at 6:20 PM, Jerry Vonau notifications@github.com
wrote:

All machines start to thrash once swap comes into play, you still need ram
to decompress the file. You can watch what goes on with 'top'

On Tue, Jun 14, 2016 at 7:47 PM, georgejhunt notifications@github.com
wrote:

Is disabling tmpfs service a good idea? I figured that get_url is a
temporary need. If I increase to 800mb, it will only be used if it is
needed, and there will be1gb of swap -- so other processes have 1200mb to
work with. I'd expect downloaded get_url data to migrate to swap, since
it
will not be referenced regularly.

Or we could use wget, and just sidestep the problem.

On Tue, Jun 14, 2016 at 3:07 PM, Jerry Vonau notifications@github.com
wrote:

and remove the the /tmp tmpfs line in /etc/fstab

On Tue, Jun 14, 2016 at 5:05 PM, Jerry Vonau jvonau3@gmail.com
wrote:

bad idea, you will run the machine out of memory with ansible
running,
better would be to disable systemd's tmpfs service.

On Tue, Jun 14, 2016 at 12:15 PM, georgejhunt <
notifications@github.com>
wrote:


You can view, comment on, or merge this pull request online at:

#734
Commit Summary

  • increase /tmp for rpi for kalite get_url

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#734, or mute the thread
<

https://github.com/notifications/unsubscribe/AFUjvjRvRXOi1y21TLEf0CsKtSnmekT9ks5qLuGagaJpZM4I1jbc

.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#734 (comment), or
mute
the thread
<

https://github.com/notifications/unsubscribe/AB04HO3kVuZwjAVFW6qhiuATV9iOCVbOks5qLyYqgaJpZM4I1jbc

.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#734 (comment), or mute
the thread
<
https://github.com/notifications/unsubscribe/AFUjvnKr55oN2gsZ-0GWTrOdExRJ5BIRks5qL0uzgaJpZM4I1jbc

.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#734 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AB04HCVErwZMwny9D11qy7Gr9rKnubJ-ks5qL1NugaJpZM4I1jbc
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants