|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#81
|
|||
|
|||
So is the environment variable set properly as a System EV ? That's the only thing I think that would be different between the exe's. The new one get's the license key from the EV.
|
#82
|
|||
|
|||
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Frey Technologies] "LastInstallDir"="C:\\Program Files (x86)\\SageTV\\" "SAGETVUSERKEY"="My Sage Key"
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#83
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#84
|
|||
|
|||
Quote:
It is also found at the following location in the registry (where ALL environment variables are stored by windows)... Under HKLM SYSTEM\CurrentControlSet\Control\Session Manager\Environment k |
#85
|
|||
|
|||
Quote:
k |
#86
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#87
|
||||
|
||||
Not UAC - environment variables are not a registry feature - in fact, they pre-date windows entirely. Windows just chooses to store them in the registry for environment variables that are set on every boot.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#88
|
|||
|
|||
A reboot fixed I .... it did update the environment variable .... I guess I had to reboot to load the newly added environment levels. The only thing missing is the Java Heap great work. Overall A++++
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#89
|
||||
|
||||
Quote:
V9 only looks for the environment variable to be set. If using Windows 7, right-click on "Computer" and choose "Properties" (or go to the Control Panel and choose "System"). Then click "Advanced System Settings". Then "Environment Variables". There are 2 sets of variables: User and System. I assume this should be a system variable. ++++Edit++++ Never mind, I guess it took me too long to post as others already posted and you already figured this out.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2),USBUIRT (multi-zone) Source: Comcast/Xfinity X1 Cable Primary Client: Server Other Clients: (1) HD200, (1) HD300 Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE, HDHR, HVR-2250, HD-PVR Last edited by Tiki; 01-12-2016 at 12:39 PM. |
#90
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#91
|
|||
|
|||
So....should I set java heap to 0 with the installer since the exe do not?
|
#92
|
|||
|
|||
Quote:
Especially if first Installing the Server for the first time 400 (1024) is the best.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#93
|
|||
|
|||
Quote:
So if I set it to "0" and it uses the default then at least there is a value in the registry for someone to find and change. Long term I suggest someone add a config somewhere in the product to adjust this directly. k |
#94
|
|||
|
|||
Quote:
I suggest...someone... other than me change the 3 splash screens attached here to something generic....with just the Sage TV logo and perhaps the version....something like... SageTV (logo) Version 9 By The SageTV Authors The should match size and bit depth and type of those attached. Long term IF we ever agree on something new we can change it. Volunteers ? k |
#95
|
|||
|
|||
Quote:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Frey Technologies\SageTV] "JVMMaxHeapSizeMB"=dword:00000000
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#96
|
|||
|
|||
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Frey Technologies\SageTV] "JVMMaxHeapSizeMB"=dword:00000400 |
#97
|
|||
|
|||
Yeah I do not have that key ... I will wait for your next release. My test server is ok with 768 for now.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 01-12-2016 at 02:57 PM. |
#98
|
||||
|
||||
Quote:
https://github.com/google/sagetv/blo...cher.cpp#L1147 From the code it appears to default to 768mb, and if the JVMMaxHeapSizeMB key exists, it will use it, otherwise it will set it to 0. It appears the full key would be HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\SageTV Unless the windows API is somehow injecting the Wow part there??
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#99
|
||||
|
||||
The Wow6432Node registry part will be used if 32bit programms are running on 64bit OS: http://windowsitpro.com/systems-mana...egistry-subkey .
OS will transparently redirect the access from HKEY_LOCAL_MACHINE\SOFTWARE\<company>\<product> to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\<company>\<product> - no need for special codings in the 32bit programm. |
#100
|
||||
|
||||
Is this what you're looking for?
__________________
Sage Tv Server-Amd 4200FX quad core, Asus Nvidia EN610 Hdmi out , 8 Gig Ram ,(3) HVR-1800, 3.5 terrabyte storage, Windows 8 Pro on sage 9.09 system . Media Server- 6 Terabytes on 5 drives, Amd x2 6000 8 useable gig ram on win 7 32 bit media server. |
Currently Active Users Viewing This Thread: 6 (0 members and 6 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows installer and running as a service | Opus4 | SageTV Github Development | 13 | 01-01-2016 07:33 AM |
SageTV Open Source FAQ | Opus4 | SageTV Software | 5 | 11-11-2015 02:57 PM |
Any news on the Windows installer? | Damstas | SageTV Github Development | 2 | 09-03-2015 10:09 AM |
Web Interface - where is the Windows installer | ckewinjones | SageTV Customizations | 2 | 01-09-2011 10:36 AM |