Questions tagged as 'ram'

1
answer

R, can not allocate vector of size 1123.5 Gb

I have a consumption matrix with half a million observations and 187 variables when I run fviz_nbclust(data, kmeans, method = "wss") + geom_vline(xintercept = 4, linetype = 2)+ labs(subtitle = "Elbow method")' gives me the following er...
asked by 18.12.2018 / 21:03
0
answers

How can I create a queue in memory with C #

I currently have a problem in which I am presented with the option to generate a queue in RAM so that the data that enters it can be processed and used quickly without having reached the BD yet. In my work we use C # as the main language and...
asked by 04.05.2018 / 16:59
0
answers

How can I erase an instruction in the memory of a PIC when I remove the power?

The objective of my program is that when 5v is received on an "x" port, an instruction (assembler) is executed, for example MOVWF TRISA or some other instruction, but that the effect of said institution is erased when removing the PIC feeding....
asked by 03.11.2018 / 04:00
0
answers

Release memory when returning in UINavigationController

I am building an application in swift 4.1 without using the storyboard. Basically in the appdelagate I create an instance of my main controller mainVC and add it to the root of my navigation controller func application(_ application: UIAppli...
asked by 11.06.2018 / 22:46