I´ll try to keep my Question Simple. I have an R script which when executed localy works perfectly, now if i try to launch it remotly with an powershell script with the invoke-command, i´ll get an error message from R(Cant allocate Vector of Size 126.6 MB). The R script remotly finds all filepaths needed and have the same credentials as the local execution, but i get the R Error Message.
Any ideas if there are any restrictions from remote executions? I´ll also tried to use an extra .bat file which executes the R Script, but i get the same R Error.
Kr Johann