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

Large dataset will not load inside R 4.4.1 console on Linux #4019

Open
jonpeake opened this issue Jul 15, 2024 · 2 comments
Open

Large dataset will not load inside R 4.4.1 console on Linux #4019

jonpeake opened this issue Jul 15, 2024 · 2 comments
Labels
bug Something isn't working investigate Needs initial, limited investigation to prioritize lang: r support

Comments

@jonpeake
Copy link

Positron Version:

Positron Version: 2024.07.0 build 49
Code - OSS Version: 1.90.0
Commit: 677a0d0
Date: 2024-07-15T03:09:23.962Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Linux x64 6.8.0-38-generic

Steps to reproduce the issue:

  1. Attempt to load large .RData file (22.1 GB on disk) containing a coda MCMC object
  2. Wait for the console to finish

What did you expect to happen?

The console should finish loading the dataset and show it in the Variables list.

Were there any error messages in the output or Developer Tools console?

No error messages were reported in the output or the Developer Tools console. The Console shows the green "running" highlight while the dataset is being loaded (tracked in RAM and disk access). As soon as the full dataset is finished "loading" from the disk, the console green highlight goes away, the "Interrupt Execution" button goes away, but the ark system process hangs at 3.1% and the Variables tab does not show the variable in question. Additionally, the console will not accept any further commands (any attempt to execute a command results in the command remaining in the > line. I have not reached a point where the console rights itself again, after waiting over 15 minutes for the console to regain response.

The same process on RStudio takes only a few seconds to show the dataset after it has finished loading. The system used has 64GB of RAM available, so I highly doubt this has anything to do with the system using swap-space.

@jonpeake jonpeake added the bug Something isn't working label Jul 15, 2024
@jonpeake
Copy link
Author

Quick update, it does appear that the dataset was finally loaded into Positron, but it took approximately 25 minutes for the console to regain response. This seems like it may also be related to #4008.

@juliasilge juliasilge added lang: r support investigate Needs initial, limited investigation to prioritize labels Jul 15, 2024
@juliasilge
Copy link
Contributor

This could be related to R being locked while we generate the update message for the Variables pane, as in #3628.

@juliasilge juliasilge added this to the Release Candidate milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigate Needs initial, limited investigation to prioritize lang: r support
Projects
None yet
Development

No branches or pull requests

2 participants