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

SIGSTOP when running larger task #18

Closed
Moxinilian opened this issue May 4, 2023 · 2 comments
Closed

SIGSTOP when running larger task #18

Moxinilian opened this issue May 4, 2023 · 2 comments
Labels
bug Something isn't working mojo-repo Tag all issues with this label

Comments

@Moxinilian
Copy link

Moxinilian commented May 4, 2023

Bug Description

When asking Mojo to render a (moderately) higher resolution Mandelbrot set on the SaaS playground, the process gets killed with SIGSTOP.

Steps to Reproduce

  1. Load the Mandelbrot set example
  2. Set the xn and yn values to
alias xn = 450*4
alias yn = 375*4
  1. Run the snippets up to the plotting code

Context

11:freezer:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
10:pids:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
9:hugetlb:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
8:net_cls,net_prio:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
7:blkio:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
6:cpu,cpuacct:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
5:cpuset:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
4:devices:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
3:perf_event:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
2:memory:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
1:name=systemd:/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pode1d9699f_1da3_4328_b360_63147b8b29e8.slice/cri-containerd-1a8ccbfcaad7998d860b64649a3ad7e4f6f2c676694847e674ec2ae03b618b20.scope
0::/
@Mogball Mogball added the playground label to tag playground environment related issues. label May 4, 2023
@HelifeWasTaken
Copy link

Isn't that just the kubernetes pod that has limit to CPU and memory ?

@ZolotukhinM
Copy link
Contributor

This should be fixed in the next update, please stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

6 participants