Search found 1866 matches: memory

Return to advanced search

Re: Tooltip of the selector column

... called by WINRUN(0) called by TMDIFRAME:ACTIVATE(990) called by MAIN(450) CPU type: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz 0 Mhz Hardware memory: 16326 MB ( available: 10102 MB ) I would say nMouseRow = 0?
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1364

Re: Mr Rao :SetFilter no funciona

... about DBF tables. What you said is true for DBF fiters. We are talking about filters in mysql tables using fwh maria library. The data is in memory and filter is applied on data which is already in the memory. Filters, sorting, seeking are all done in memory and do not read from the server. ...
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2417

Re: Help with HB_REALLOC ERROR 9009

nAvailMem() seems not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + ...
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: Help with HB_REALLOC ERROR 9009

Run out of memory ? Maybe you can put a part of this code inside the loop en show the result while running. Than you see if there is a memory leak. cErrorLog += "   Hardware memory: " + ;                    cValToChar( ...
by Marc Venken
Wed Mar 20, 2024 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: FW_SaveImage

When saving it to a file, the program terminates without an error. I understand that there is not enough memory. Possible. But I tried with the same size it is working for me quite well. This is my sample program function LargeBmp()   local hBmp   ? ...
by nageswaragunupudi
Tue Feb 13, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

FW_SaveImage

... When saving it to a file, the program terminates without an error. I understand that there is not enough memory. What can be predicted ?
by Natter
Tue Feb 13, 2024 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: RAO advice on using Mysql

... ) means read entire table with page size 100. RecSet does not read entire table atonce. That will take a very long wait time and also consume huge memory of the PC and sometimes may crash also. RecSet reads the table in Pages. Displaying the page required page. In the beginning it reads the first ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: link between PRG and RC

thank you very much ... so i just write NACHFASSEN DIALOG and make everything slimmer -> less words for less memory usage... :D just kidding ... but less words for cleanliness and readability is very useful for me... learning a new language is exciting and also challenging... ...
by Ruth
Tue Jan 30, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1705

Re: MariaDb SetFilter no realiza Filtrado

... 1118 ) Called from: Bin\menu.prg => MAIN( 115 ) System ====== CPU type: AMD Ryzen 5 2400G with Radeon Vega Graphics 3593 Mhz Hardware memory: 14285 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Windows total applications running: 5 1 , C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_a863d7 ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 168

Re: Error BASE/1089 Argument error: ABS

... => MSGRUN( 54 ) Called from: nuevo1.prg => MAIN( 7 ) System ====== CPU type: AMD Ryzen 5 2400G with Radeon Vega Graphics 3593 Mhz Hardware memory: 14285 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Windows total applications running: 3 1 , J:\Fwh2307\fwh\samples\nuevo1.exe ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 440

Re: Grabar imagen en tabla mysql

... entras en Startup variables Debes entrar en modo localhost y ejecutar como administrador vas a la ceja Advanced Networking en el apartado Data / Memory Size le cambias a Max Packed size (yo le puse 16M) Para subir un archivo cualquiera FUNCTION GUARDADIR(cFILE,cTIPO) APROG :=DIRECTORY(cFILE) ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 401

Re: Fine tune Phi2 from Microsoft with your own data

Loading a fine tuned model from disk: (don't use this, it consumes a huge GPU memory! Use next post) !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip install datasets==2.14.6!pip install peft==0.6.2!pip install transformers==4.36.2!pip install ...
by Antonio Linares
Wed Jan 17, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Backups into blu rays

... was another, Elvira asked for a function or class to back up Blu-ray discs which I have to think you've never had, I have that type of 50GB CD memory and they cost a lot but it's a memory that doesn't use no one anymore because it's expensive, but apart from this you persistently continue with ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3401

Re: Using Microsoft AI Phi-2 from FWH

Dear Anser,

Unfortunately this only works on 64 bits due to memory requirements as 32 bits is not able to manage memory as efficiently as 64 bits does.

The entire AI model has to be loaded in memory and 32 bits is not able to do it.
by Antonio Linares
Tue Dec 19, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330
Next

Return to advanced search