-
Notifications
You must be signed in to change notification settings - Fork 7
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
Overall Output Limit #79
Conversation
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
==========================================
+ Coverage 41.13% 41.35% +0.22%
==========================================
Files 25 25
Lines 6683 6717 +34
==========================================
+ Hits 2749 2778 +29
- Misses 3677 3681 +4
- Partials 257 258 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
se ve bien!
@@ -143,7 +143,7 @@ var ( | |||
MemoryLimit: base.Gibibyte + base.Gibibyte/2, | |||
OverallWallTimeLimit: base.Duration(time.Duration(10) * time.Second), | |||
ExtraWallTime: base.Duration(0), | |||
OutputLimit: base.Byte(2) * base.Mebibyte, | |||
OutputLimit: base.Byte(20) * base.Mebibyte, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo dejé en 20—la cosa es que luego sí hay problemas con casos grandotes que omegaUp no ha podido soportar por esto. (O supongo 10 está bien pero reevaluar si seguimos topándonos con este límite; 2 MiB definitivamente era muy poquito)
@lhchavez hay algo que falte para hacer check-in? la verdad se me olvidó darle seguimiento al PR |
Intento de resolver #32. La idea es que se valga tener archivos grandes, nomás no muchos.
(De hecho esto es mejoría: creo que no había impedimento de, digamos, hacer un problema con 100 casos que corran súper rápido con output de 2MiB cada uno)